Package hdf.hdf5lib.structs
Class H5FD_ros3_fapl_t
java.lang.Object
hdf.hdf5lib.structs.H5FD_ros3_fapl_t
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a "default" fapl_t structure, for anonymous access.H5FD_ros3_fapl_t
(String region, String id, String key) Create a fapl_t structure with the specified components. -
Method Summary
-
Constructor Details
-
H5FD_ros3_fapl_t
public H5FD_ros3_fapl_t()Create a "default" fapl_t structure, for anonymous access. -
H5FD_ros3_fapl_t
Create a fapl_t structure with the specified components. If all are the empty string, is anonymous (non-authenticating). Region and ID must both be supplied for authentication.- Parameters:
region
- "aws region" for authenticating requestid
- "secret id" or "access id" for authenticating requestkey
- "secret key" or "access key" for authenticating request
-
-
Method Details