官术网_书友最值得收藏!

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."

A block of code is set as follows:

public class KMSClient{
private String keyId = "arn:aws:kms:us-west-2:450394462648:key/1cd0e2d5-61e1-4a71-a6b2-b9db825c9fce";
private AWSCredentials credentials;
private AWSKMSClient kms;

public KMSClient(){
credentials = new BasicAWSCredentials(accessKey, secretKey);

kms = new AWSKMSClient(credentials);
kms.setEndpoint("kms.us-west-2.amazonaws.com");
}

Any command-line input or output is written as follows:

mkdir a1electronics

Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "From the EC2 navigation pane, click on Instances to view all your EC2 instances."

Warnings or important notes appear like this.
Tips and tricks appear like this.
主站蜘蛛池模板: 永嘉县| 吴桥县| 中山市| 格尔木市| 高平市| 玉田县| 株洲县| 鹤壁市| 滕州市| 定西市| 凤翔县| 驻马店市| 东安县| 汤原县| 都匀市| 德州市| 乌拉特后旗| 镇宁| 永新县| 普定县| 阜南县| 油尖旺区| 湖南省| 萨嘎县| 喀喇沁旗| 抚松县| 海丰县| 萨迦县| 博客| 时尚| 平山县| 行唐县| 临漳县| 武山县| 平凉市| 会东县| 建湖县| 五原县| 沈阳市| 精河县| 湾仔区|